projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
957dc1a
)
(savehist-save-hook): Add :group.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 16 Nov 2005 22:18:46 +0000
(22:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 16 Nov 2005 22:18:46 +0000
(22:18 +0000)
lisp/savehist.el
patch
|
blob
|
history
diff --git
a/lisp/savehist.el
b/lisp/savehist.el
index f8c39a31cb57e41ff18734711a08214c44070dd9..97960199302c9e294592c5b8b6d3e2ef9184e2da 100644
(file)
--- a/
lisp/savehist.el
+++ b/
lisp/savehist.el
@@
-135,7
+135,8
@@
If set to nil, disables timer-based autosaving."
"Hook called by `savehist-save' before saving the variables.
You can use this hook to influence choice and content of variables to
save."
- :type 'hook)
+ :type 'hook
+ :group 'savehist)
;; This should be capable of representing characters used by Emacs.
;; We prefer UTF-8 over ISO 2022 because it is well-known outside